Vcenter Identity Providers ActiveDirectoryOverLdap
The Vcenter Identity Providers ActiveDirectoryOverLdap schema contains the information about to how to use an Active Directory over LDAP connection to allow searching for users and groups if the identity provider is an On-Prem service.
This schema was added in vSphere API 7.0.0.0.
{
"user_name": "string",
"password": "string",
"users_base_dn": "string",
"groups_base_dn": "string",
"server_endpoints": [
"string"
],
"cert_chain": {
"cert_chain": [
"string"
]
}
}
User name to connect to the active directory server.
This property was added in vSphere API 7.0.0.0.
Password to connect to the active directory server.
This property was added in vSphere API 7.0.0.0.
Base distinguished name for users
This property was added in vSphere API 7.0.0.0.
Base distinguished name for groups
This property was added in vSphere API 7.0.0.0.
Active directory server endpoints. At least one active directory server endpoint must be set.
This property was added in vSphere API 7.0.0.0.
SSL certificate chain in base64 encoding.
This property was added in vSphere API 7.0.0.0.
This property can be missing or null
only, if all the active directory server endpoints use the LDAP (not LDAPS) protocol.